home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 October
/
EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso
/
progs
/
demos
/
arteffect2.demo
/
rexx
/
brushattr.rexx
next >
Wrap
OS/2 REXX Batch file
|
1997-04-11
|
321b
|
20 lines
/**/
options results
address 'ArtEffect'
entries = ""
do i=128 to 1 by -1
value = i*2-1
entries = entries || value
if i~=1 then entries = entries || ','
end
'brushattr INTENSITY ' entries
if rc~=0 then say rc2
'brushattr DENSITY ' entries
if rc~=0 then say rc2
'brushattr ROUGHNESS ' entries
if rc~=0 then say rc2